You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Units Namespace > Classes > Probabilities Class > Probabilities Methods > Probabilities.StudentRangeCDF Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Probabilities.StudentRangeCDF Method

Cumulative probability distribution for the Studentized Range statistics.

Syntax
C#
Visual Basic
public static double StudentRangeCDF([In] double q, [In] int r, [In] int v, [In] int ci);
Parameters 
Description 
[In] double q 
The probability at which to evaluate the function. 
[In] int r 
Number of samples. 
[In] int v 
Degrees of freedom. To obtain quantiles from the maximum normal range distribution (v = Inf), specify this param value bigger than 25000. 
[In] int ci 
If ci = 1, then the cumulative probability function of the studentized range is returned. If ci > 1 (2), then the distribution of the studentized maximum modulus is obtained. 

Note: The maximum allowed q value when v = 1, is 200. 

In general, the accuracy of the algorithm decreases as r increases, as v decreases and as p approaches 1. 

References:  

[1] Based on Fortran program from statlib, http://lib.stat.cmu.edu, Algorithm AS 190 Appl. Statist. (1983) Vol.32, No. 2 Incorporates corrections from Appl. Statist. (1985) Vol.34 (1) [2] Ferreira, D., et al. "Quantiles from the Maximum Studentized Range Distribution." Biometric Brazilian Journal 25.1 (2007): 117-135. http://jaguar.fcav.unesp.br/RME/fasciculos/v25/v25_n1/A8_Daniel.pdf (See qrange function)

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!